home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d6 / namdat41.arc / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-01-01  |  2KB  |  74 lines

  1. ECHO OFF
  2. CLS
  3. ECHO  
  4. ECHO  
  5. ECHO  
  6. ECHO   This procedure installs NAMES & DATES on your C: hard drive.
  7. ECHO       It puts a CONFIG.SYS file in your root directory (if you
  8. ECHO       already have CONFIG.SYS, it will not be changed, but check
  9. ECHO       it for minimum values of FILES=20 and BUFFERS=16).
  10. ECHO  
  11. ECHO   The procedure creates a sub-directory called \ND, then it copies
  12. ECHO       the NAMES & DATES files to that new sub-directory.
  13. ECHO  
  14. ECHO  
  15. ECHO  
  16. ECHO   If this is NOT what you want to do, hold down the Ctrl key and
  17. ECHO       press C, and then reply Y.
  18. ECHO  
  19. ECHO  
  20. ECHO       Otherwise, to proceed with the installation:
  21. ECHO  
  22. PAUSE
  23. CLS
  24. ECHO  
  25. ECHO  
  26. ECHO  
  27. C:    
  28. CD\   
  29. IF EXIST CONFIG.SYS GOTO SKIP1
  30. ECHO   Installing new CONFIG.SYS file...
  31. ECHO  
  32. ECHO  
  33. ECHO  
  34. COPY A:CONFIG.SYS
  35. :SKIP1
  36. ECHO   Creating \ND sub-directory...
  37. MD ND
  38. CD ND
  39. ECHO  
  40. ECHO  
  41. ECHO   Copying files to new \ND sub-directory...
  42. ECHO ON
  43. COPY A:*.*
  44. ECHO OFF
  45. CLS
  46. ECHO  
  47. ECHO  
  48. ECHO  
  49. ECHO   Now remove the first diskette from your A: drive, and insert the
  50. ECHO       other NAMES & DATES diskette.
  51. ECHO  
  52. PAUSE
  53. CLS
  54. ECHO  
  55. ECHO  
  56. ECHO  
  57. ECHO   Copying remaining files to new \ND sub-directory...
  58. ECHO ON
  59. COPY A:*.*
  60. ECHO OFF
  61. CLS
  62. ECHO  
  63. ECHO  
  64. ECHO  
  65. ECHO   The INSTALL is now complete.
  66. ECHO  
  67. ECHO  
  68. ECHO   Re-boot your computer (Ctrl Alt Del), then type CD \ND and press
  69. ECHO     ENTER to change to the NAMES & DATES directory.  Finally,
  70. ECHO     type ND and press ENTER to start the NAMES & DATES program.
  71. ECHO  
  72. ECHO  
  73. ECHO ON
  74.